home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vbxs / mdifx11.000 / readme.txt < prev   
Text File  |  1996-04-08  |  2KB  |  79 lines

  1.  
  2. JMMDI.VBX is a custom control for changing the background of an MDI
  3. control.  
  4.  
  5. This is Version 1.1 of JMMDI.VBX.  The changes from Version 1.0
  6. are that a GDI leak that could occur under certain cicumstances
  7. was fixed and there are more options for positioning bitmaps and
  8. icons.
  9.  
  10.  
  11. In VB you cannot change the background of an MDI form.
  12. If you use a window subclassing control, such as Message Blaster
  13. or Message Hook, you can control the background through
  14. the Windows API - err, well sort of.  Using these controls to paint
  15. the background depends on VB delivering events; something you cannot 
  16. count on.  There are situations, such as while a dialog box is 
  17. display, where VB does not deliver events.
  18.  
  19. The solution to changing the background of an MDI form is a VBX.  The 
  20. MDI effects control is visiable only at design time.
  21.  
  22. The files EXn.EXE are some samples of what you can do with the MDI control.
  23.  
  24. ************************* EVENTS *****************************************
  25.  
  26. The MDI Effect Control has no events.
  27.  
  28. ************************* PROPERTIES *************************************
  29.  
  30. About:  
  31. Displays the About Box
  32.  
  33. Align:  Top or Bottom
  34. This only effects the appearance in design mode.
  35.  
  36. BackColor:
  37. The background color.
  38.  
  39. BackgroundStyle: 0 = Solid | 1 = Gradiant
  40. Determines how the background is displayed.  If the value is zero
  41. the background is a solid.  If it is 1 then the background color
  42. gradually changes from the specified background color to black from
  43. top to bottom.
  44.  
  45. Picture:
  46. A picture that can be displayed in the background.  This can be an 
  47. icon, bitmap, or metafile.
  48.  
  49.  
  50. PictureStyle: 0 = Centered | 1 = Stretched | 2 = Tiled |
  51. 3 = Top Left | 4 = Top Center | 5 = Top Right | 6 = Middle Left |
  52. 7 = Middle Right | 8 = Bottom Left | 9 = Bottom Center | 10 = Bottom Right
  53. This determines how a picture the picture is displayed.  It has no
  54. effect if Picture is set to (None).
  55.  
  56. Icons cannot be stretched.
  57. Metafiles are always stretched.
  58. All settings work for Bitmaps.
  59.  
  60. RasterOP
  61. You should leave this at zero.  This property is there just to play with.
  62.  
  63.  
  64. The MDI Effects Control is Shareware.  To receive the registered version
  65. send $18 to:
  66.  
  67. VisualWare, Inc.
  68. 1675 East Main St., Suite 218
  69. Kent OH 44240
  70.  
  71. Report Problems or Comments to:
  72.  
  73. visualware@interramp.com
  74.  
  75. Copyright (c) 1995 VisualWare, Inc.
  76.  
  77.  
  78.  
  79.